home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / SKEDEZ / SKEDPRO.EXE / 0 / RCDATA / TPUTOFFFORM / TPUTOFFFORM.txt
Encoding:
Text File  |  1997-04-10  |  1.2 KB  |  67 lines

  1. object PutOffForm: TPutOffForm
  2.   Left = 224
  3.   Top = 121
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Put Off Event'
  7.   ClientHeight = 125
  8.   ClientWidth = 312
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poDefaultPosOnly
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MainGroupBox: TGroupBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 309
  23.     Height = 71
  24.     TabOrder = 2
  25.     object PutOffLabel: TLabel
  26.       Left = 8
  27.       Top = 20
  28.       Width = 73
  29.       Height = 13
  30.       Caption = 'For How Long?'
  31.     end
  32.     object PutOffVLabel: TLabel
  33.       Left = 8
  34.       Top = 48
  35.       Width = 15
  36.       Height = 13
  37.       Caption = 'xxx'
  38.     end
  39.     object PutOffEdit: TEdit
  40.       Left = 88
  41.       Top = 18
  42.       Width = 215
  43.       Height = 21
  44.       TabOrder = 0
  45.       OnChange = PutOffEditChange
  46.     end
  47.   end
  48.   object OKBitBtn: TBitBtn
  49.     Left = 6
  50.     Top = 78
  51.     Width = 75
  52.     Height = 40
  53.     TabOrder = 0
  54.     OnClick = OKBitBtnClick
  55.     Kind = bkOK
  56.   end
  57.   object CancelBitBtn: TBitBtn
  58.     Left = 92
  59.     Top = 78
  60.     Width = 75
  61.     Height = 40
  62.     TabOrder = 1
  63.     OnClick = CancelBitBtnClick
  64.     Kind = bkCancel
  65.   end
  66. end
  67.